home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Edukacja / Sky Chart / cdcbase.exe / cat / ngc2000.txt < prev    next >
Text File  |  1998-02-17  |  18KB  |  381 lines

  1. Extrait de  NGC 2000.0            (Sky Publishing, ed. Sinnott 1988)
  2.  
  3. Organisation du catalogue :
  4.  
  5. Les nΘbuleuses sont rΘparties dans 50 zones de 30x30 degrΘs selon le mΩme 
  6. principe que les grandes rΘgions du Guide Star Catalog .
  7. ( Voir Jenkner et al. The Astronomical Journal vol 99, num 6 June 1990 p.2087)
  8.  
  9. dΘclinaison    nombre        numΘro de la
  10. du centre    de zones    premiΦre zone
  11. -------------    ------------    --------------
  12.  15        12         1
  13.  45         9        13
  14.  75         4        22
  15. -15        12        26
  16. -45         9        38
  17. -75         4        47
  18.  
  19. Chaque zone est matΘrialisΘe par un fichier .
  20.  
  21. Description des enregistrements des fichiers :
  22.  
  23. NGCrec = record ar,de :longint ;
  24.                 id    : word;
  25.                 ic    : char;
  26.                 typ   : array [1..3] of char;
  27.                 l_dim : char;
  28.                 n_ma  : char;
  29.                 ma,dim:smallint;
  30.                 cons  : array [1..3] of char;
  31.                 desc  : array[1..50] of char;
  32.                 end;
  33.  
  34. - ar    : ascention droite 2000 en degrΘs * 100'000
  35. - de    : declinaison 2000 * 100'000
  36. - id     : numΘro NGC ou IC
  37. - ic    : I pour IC , blanc pour NGC 
  38. - typ    : type d'objet
  39. - l_dim    : limite de la taille
  40. - n_mag : p si magnitude photographique
  41. - ma    : magnitude * 100
  42. - dim    : plus grande dimension en minutes * 10
  43. - cons    : constelation
  44. - desc    : description
  45.  
  46. Type        Intervalle            Format
  47. ------------    --------------------------    -------------------
  48. Shortint    -128 .. 127            SignΘ, 8 bits
  49. SmallInt    -32768 .. 32767            SignΘ, 16 bits
  50. Longint        -2147483648 .. 2147483647    SignΘ, 32 bits
  51. Byte        0 .. 255            Non signΘ, 8 bits
  52. Word        0 .. 65535            Non signΘ, 16 bits
  53.  
  54.  
  55. Description originale du catalogue :
  56.  
  57. VII/118     NGC 2000.0            (Sky Publishing, ed. Sinnott 1988)
  58.  
  59. ================================================================================
  60. Copyright Notice:
  61.     This catalog is copyrighted by Sky Publishing Corporation, which has
  62.     kindly deposited the machine version in the data centers for permanent
  63.     archiving and dissemination to astronomers for scientific research
  64.     purposes only. The data should not be used for commercial purposes
  65.     without the explicit permission of Sky Publishing Corporation.
  66. ================================================================================
  67.  
  68. Description:
  69.     NGC 2000.0 is a modern compilation of the New General Catalogue of
  70.     Nebulae and Clusters of Stars (NGC), the Index Catalogue (IC), and the
  71.     Second Index Catalogue compiled by J. L. E. Dreyer (1888, 1895, 1908).
  72.     The new compilation of these classical catalogs is intended to meet
  73.     the needs of present-day observers by reporting positions at equinox
  74.     B2000.0 and by incorporating the corrections reported by Dreyer
  75.     himself and by a host of other astronomers who have worked with the
  76.     data and compiled lists of errata. The object types given are those
  77.     known to modern astronomy. The catalog lists object ID, object type,
  78.     positions in equinox B2000.0, source of modern data (see NGC 2000
  79.     paperback copy), constellation, object size, magnitude, and the
  80.     description of the object as given by Dreyer. The order of the new
  81.     catalog is strictly by right ascension, the NGC and IC objects being
  82.     merged into one machine-readable file.
  83.  
  84. File Summary:
  85. --------------------------------------------------------------------------------
  86.  FileName    Lrecl    Records    Explanations
  87. --------------------------------------------------------------------------------
  88. ReadMe          80          .    This file
  89. ngc2000.dat     96      13226    The NGC 2000.0 Catalogue
  90. names.dat       70        227    Index of Messier and common names
  91. --------------------------------------------------------------------------------
  92.  
  93. Byte-per-byte Description of file: ngc2000.dat
  94. --------------------------------------------------------------------------------
  95.    Bytes Format  Units   Label    Explanations
  96. --------------------------------------------------------------------------------
  97.    1-  5  A5     ---     Name     NGC or IC designation (preceded by I)
  98.    7-  9  A3     ---     Type    *Object classification
  99.   11- 12  I2     h       RAh      Right Ascension 2000 (hours)
  100.   14- 17  F4.1   min     RAm      Right Ascension 2000 (minutes)
  101.       20  A1     ---     DE-      Declination 2000 (sign)
  102.   21- 22  I2     deg     DEd      Declination 2000 (degrees)
  103.   24- 25  I2     arcmin  DEm      Declination 2000 (minutes)
  104.       27  A1     ---     Source  *Source of entry
  105.   30- 32  A3     ---     Const    Constellation
  106.       33  A1     ---     l_size   [<] Limit on Size
  107.   34- 38  F5.1   arcmin  size     ? Largest dimension
  108.   41- 44  F4.1   mag     mag      ? Integrated magnitude, visual or photographic
  109.                                       (see n_mag)
  110.       45  A1     ---     n_mag    [p] 'p' if mag is photographic (blue)
  111.   47- 96  A50    ---     Desc    *Description of the object
  112. --------------------------------------------------------------------------------
  113. Note on Type: the field is coded as follows:
  114.      Gx    Galaxy
  115.      OC    Open star cluster
  116.      Gb    Globular star cluster, usually in the Milky Way Galaxy
  117.      Nb    Bright emission or reflection nebula
  118.      Pl    Planetary nebula
  119.      C+N   Cluster associated with nebulosity
  120.      Ast   Asterism or group of a few stars
  121.      Kt    Knot  or  nebulous  region  in  an  external galaxy
  122.      ***   Triple star
  123.      D*    Double star
  124.      *     Single star
  125.      ?     Uncertain type or may not exist
  126.      blank Unidentified at the place given, or type unknown
  127.      -     Object called nonexistent in the RNGC (Sulentic and Tifft 1973)
  128.      PD    Photographic plate defect
  129.  
  130. Note on Source: sources that have been used to correct or update
  131.     modern data in NGC 2000.0 (type, positions, magnitude, and size).
  132.     Uppercase letters denote special NGC and IC errata lists, which have
  133.     usually been accorded more weight than the source catalogues
  134.     themselves. In parentheses after each citation is the number of times
  135.     it has been used to update NGC entries (first number) and those in
  136.     the IC (second number).
  137.     A   Archinal, Brent A. Version 4.0 of an unpublished list of errata to
  138.         the RNGC, dated March 19, 1987. (110,0)
  139.     a   Arp, H., "Atlas of Peculiar Galaxies", 1966ApJS...14....1A (1,2)
  140.         (Catalog <VII/74>)
  141.     c   Corwin, Harold G., Jr., A. de Vaucouleurs, and G. de Vaucouleurs,
  142.         "Southern Galaxy Catalogue", Austin, Texas: University of Texas
  143.         Monographs in Astronomy No. 4, 1985. (152,564)
  144.         (Catalog <VII/116>)
  145.     d   Dreyer, J.L.E., New General Catalogue of Nebulae and Clusters of
  146.         Stars (1888), Index Catalogue (1895), Second Index Catalogue (1908).
  147.         London: Royal Astronomical Society, 1953. (28,2157)
  148.     D   Dreyer, J.L.E., ibid. Errata on pages 237, 281-283, and 366-378.
  149.         (158,28)
  150.     F   Skiff, Brian, private communication of February 27, 1988.  (93,36)
  151.     h   Holmberg, E., "A Study of Double and Multiple Galaxies",
  152.         Lund Annals, 6, 1937. (13,2)
  153.     k   Karachentsev, I.D., "A Catalogue of Isolated Pairs of Galaxies
  154.         in the Northern Hemisphere"; also, Karachentseva, V.E.,
  155.         "A Catalog of Isolated Galaxies." Astrofiz. Issled. Izv. Spetz.
  156.         Astrofiz., 7, 3, 1972, and 8, 3, 1973. (0,4)
  157.         (Catalogs <VII/77>, <VII/82>, <VII/83>)
  158.     m   Vorontsov-Velyaminov, B.A., and V.P. Arhipova,
  159.         "Morphological Catalog of Galaxies", Parts I-V.
  160.         Moscow: Moscow State University, 1962-74. (9,679)
  161.         (Catalogs <VII/62> and <VII/100>)
  162.     n   Reinmuth, K., "Photographische Positionsbestimmung von NebelRecken"
  163.         Veroff der Sternwarte zu Heidelberg, several papers, 1916-40. (0,4)
  164.     o   Alter, G., B. Balazs, and J. Ruprecht, Catalogue of Star Clusters
  165.         and Associations, 2nd edition.  Budapest: Akademiai Kiado, 1970. (5,0)
  166.         (Catalogs <VII/5>, <VII/44> and <VII/101>)
  167.     r   Sulentic, Jack W., and William G. Tifft, "The Revised New General
  168.         Catalogue of Nonstellar Astronomical Objects (RNGC)".
  169.         Tucson, Arizona:University of Arizona Press, 1973. (4016,0)
  170.         (Catalog <VII/1>)
  171.     s   Hirshfeld, Alan, and Roger W. Sinnott, eds., Sky Catalogue 2000.0,
  172.         Vol.2, Cambridge, Massachusetts:
  173.         Sky Publishing Corp. and Cambridge University Press, 1985. (3098,238)
  174.     t   Tully, R.B., "Nearby Galaxies Catalog". New York: Cambridge
  175.         University Press, 1988.
  176.         A preliminary version on magnetic tape (1981) was used here. (23,17)
  177.         (Catalog <VII/145>)
  178.     u   Nilson P.N., Uppsala Ceneral Catalogue of Galaxies.
  179.         Uppsala: Uppsala Astronomical Observatory, 1973. (15,543)
  180.         (Catalog <VII/26>)
  181.     v   de Vaucouleurs, G., A. de Vaucouleurs, and H.C. Corvin, Jr.,
  182.         Second Reference Catalogue of Bright Galaxies. Austin, Texas,
  183.         University of Texas Press, 1976.(118,206)
  184.         (Catalog <VII/112>)
  185.     x   Dixon, R.S., and George Sonneborn, "A Master List of Nonstellar
  186.         Optical Astronomical Objects (MOL)".  Columbus, Ohio,
  187.         Ohio State University Press, 1980.
  188.         It should be noted that most of the information for codes
  189.         a,h,k,m,n,o,u and z was extracted from the magnetic-tape
  190.         version of this catalogue.
  191.         The x code refers to IC objects identified in a literature
  192.         search by these authors. (0,526)
  193.     z   Zwicky, F., E. Herzog, and P. Wild, "Catalogue of Galaxies and
  194.         Clusters of Galaxies", Vol.I. Pasadena, Calif., California Institute
  195.         of Technology, 1961. Also, successive volumes through 1968. (1,380)
  196.         (Catalog <VII/49>)
  197.  
  198. Note on Desc: description of the object, as given by Dreyer or
  199.      corrected by him, in a coded or abbreviated form. The abbreviations
  200.      and their combination are fully described in the introduction
  201.      to the published catalog.
  202.      ab       about
  203.      alm      almost
  204.      am       among
  205.      annul    annular or ring nebula
  206.      att      attached
  207.      b        brighter
  208.      bet      between
  209.      biN      binuclear
  210.      bn       brightest to n side
  211.      bs       brightest to s side
  212.      bp       brightest to p side
  213.      bf       brightest to f side
  214.      B        bright
  215.      c        considerably
  216.      chev     chevelure
  217.      co       coarse, coarsely
  218.      com      cometic (cometary form)
  219.      comp     companion
  220.      conn     connected
  221.      cont     in contact
  222.      C        compressed
  223.      Cl       cluster
  224.      d        diameter
  225.      def      defined
  226.      dif      diffused
  227.      diffic   difficult
  228.      dist     distance, or distant
  229.      D        double
  230.      e        extremely, excessively
  231.      ee       most extremely
  232.      er       easily resolvable
  233.      exc      excentric
  234.      E        extended
  235.      f        following (eastward)
  236.      F        faint
  237.      g        gradually
  238.      glob.    globular
  239.      gr       group
  240.      i        irregular
  241.      iF       irregular figure
  242.      inv      involved, involving
  243.      l        little (adv.); long (adj.)
  244.      L        large
  245.      m        much
  246.      m        magnitude
  247.      M        middle, or in the middle
  248.      n        north
  249.      neb      nebula
  250.      nebs     nebulous
  251.      neby     nebulosity
  252.      nf       north following
  253.      np       north preceding
  254.      ns       north-south
  255.      nr       near
  256.      N        nucleus, or to a nucleus
  257.      p        preceding (westward)
  258.      pf       preceding-following
  259.      p        pretty (adv., before F. B. L, S)
  260.      pg       pretty gradually
  261.      pm       pretty much
  262.      ps       pretty suddenly
  263.      plan     planetary nebula (same as PN)
  264.      prob     probably
  265.      P        poor (sparse) in stars
  266.      PN       planetary nebula
  267.      r        resolvable (mottled, not resolved)
  268.      rr       partially resolved, some stars seen
  269.      rrr      well resolved, clearly consisting of stars
  270.      R        round
  271.      RR       exactly round
  272.      Ri       rich in stars
  273.      s        suddenly (abruptly)
  274.      s        south
  275.      sf       south following
  276.      sp       south preceding
  277.      sc       scattered
  278.      sev      several
  279.      st       stars (pl.)
  280.      st 9...  stars of 9th magnitude and fainter
  281.      st 9..13 stars of mag. 9 to 13
  282.      stell    stellar, pointlike
  283.      susp     suspected
  284.      S        small in angular size
  285.      S*       small (faint) star
  286.      trap     trapezium
  287.      triangle triangle, forms a triangle with
  288.      triN     trinuclear
  289.      v        very
  290.      vv       _very_
  291.      var      variable
  292.      *        a single star
  293.      *10      a star of 10th magnitude
  294.      *7-8     star of mag. 7 or 8
  295.      **       double star (same as D*)
  296.      ***      triple star
  297.      !        remarkable
  298.      !!       very much so
  299.      !!!      a magnificent or otherwise interesting object
  300. --------------------------------------------------------------------------------
  301.  
  302. Byte-by-byte Description of file: names.dat
  303. --------------------------------------------------------------------------------
  304.    Bytes Format Units   Label     Explanations
  305. --------------------------------------------------------------------------------
  306.    1- 35  A35   ---     Object    Common name (including Messier numbers)
  307.   37- 41  A5    ---     Name     *NGC or IC name, as in ngc2000.dat
  308.   43- 70  A28   ---     Comment   Text of comment, if any
  309. --------------------------------------------------------------------------------
  310. Note on Name: this field may be blank for Messier objects without
  311.      NGC or IC counterparts.
  312.      when one object corresponds to several entries in ngc2000,
  313.      the Object is repeated (e.g. Copeland's Septet appears 7 times)
  314. --------------------------------------------------------------------------------
  315.  
  316. History by Wayne H. Warren Jr., December 1989:
  317.         It is important, even for users of the machine-readable catalog
  318.     and this documentation, to also have a copy of the published book.
  319.     In addition to the tables and reference sources mentioned in this
  320.     document, the book provides an introductory section with a brief
  321.     history of the NGC and IC catalogs, a count of objects by
  322.     constellation, information on Dreyer's descriptions, a table cross
  323.     index of Messier and NGC/IC designations, and a table of common names
  324.     for NGC objects. The book also contains a table of right ascensions
  325.     for NGC and IC objects.
  326.         A magnetic tape containing NGC 2000.0 was received from
  327.     William E. Shawcross of Sky Publishing Corporation on August 14, 1989.
  328.     According to Mr. Shawcross, the file supplied to the ADC was an
  329.     unmodified version of the one used to produce the book, and it still
  330.     contained the TEX commands employed to produce the special symbols
  331.     present in the printed version. As received, the file also contained a
  332.     single copyright text record at its beginning. The text record was
  333.     removed to an added first file in the archived version and
  334.     supplemented with a small amount of additional information. The TEX in
  335.     the data file was replaced by standard characters to represent the
  336.     information. Special symbols, such as "\Delta", "\bigcirc", etc., were
  337.     changed to their spelled-out equivalents.
  338.         The size field was modified to add decimal points to integer
  339.     numbers and to align all values properly so that the field can be
  340.     processed with a single format specification. The magnitude field was
  341.     modified by moving the "p" code for photographic magnitude to its own
  342.     byte in order to remove it from the numerical field. Decimal points
  343.     were added to all integer numbers in this field also.
  344.         The catalog data file was run through the ADC General
  345.     Verification Program, which checks data ranges and for various other
  346.     problems that can be detected in a systematic way.
  347.  
  348. Further history:
  349.     The standardised document was generated in April 1977 at CDS
  350.     (James Marcout, Francois Ochsenbein).
  351.  
  352. Acknowledgements:
  353.     Appreciation is expressed to William E. Shawcross for responding to a
  354.     request from the ADC to make NGC 2000.0 available to the scientific
  355.     community in machine-readable form. Mr. Shawcross also arranged for a
  356.     copy of the machine-readable TEX file to be created for deposit in the
  357.     archives of the data centers. I am grateful to both Mr. Shawcross and
  358.     to Roger W. Sinnott for reviewing a draft copy of this document and
  359.     making comments. The comments resulted in the finding and elimination
  360.     of a few TEX symbols that were missed during the initial work.
  361.  
  362.     The meticulous documentation initiated by Wayne H. Warren at ADC
  363.     (December 1989) is the basis of the present document.
  364.  
  365. References:
  366.    Dreyer, J.L.E. 1888, "New General Catalogue of Nebulae and Clusters of
  367.       Stars", MmRAS, 49, Part I (reprinted 1953, London: Royal Astronomical
  368.       Society)
  369.    Dreyer, J.L.E. 1895, "Index Catalogue of Nebulae Found in the Years 1888 to
  370.       1894 with Notes and Corrections to the New General Catalogue", MmRAS, 51,
  371.       185 (London: Royal Astronomical Society, reprinted 1953)
  372.    Dreyer, J.L.E. 1908, "Second Index Catalogue of Nebulae Found in the Years
  373.       1895 to 1907; with Notes and Corrections to the New General Catalogue
  374.       and to the Index Catalogue for 1888 to 1894", MmRAS, 59, Part 2, 105
  375.       (London: Royal Astronomical Society, reprinted 1953)
  376.    Sulentic, J. W. and Tifft, W. G. 1973, "The Revised New General
  377.       Catalogue of Nonstellar Astronomical Objects"
  378.      (Tucson: The University of Arizona Press; catalog <VII/1>).
  379. ================================================================================
  380. (End)                                     Francois Ochsenbein [CDS]  03-Apr-1997
  381.